func net.newUDPConn
6 uses
net (current package)
file_posix.go#L68: return newUDPConn(fd), nil
file_posix.go#L100: return newUDPConn(fd), nil
udpsock.go#L278: func newUDPConn(fd *netFD) *UDPConn { return &UDPConn{conn{fd}} }
udpsock_posix.go#L224: return newUDPConn(fd), nil
udpsock_posix.go#L238: return newUDPConn(fd), nil
udpsock_posix.go#L252: c := newUDPConn(fd)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |